| lcBlockSelMove | Home |
|
BOOL lcBlockSelMove ( HANDLE hBlock, double dX, double dY, BOOL bCopy, BOOL bNewSelect ); |
| hBlock | |
| Handle to a block. | |
| dX dY | |
| Displacement. | |
| bCopy | |
| If TRUE then original objects will be copied to the new position. | |
| bNewSelect | |
|
If TRUE then original objects will be unselected and the copied objects will form a new selection. This parameter will be ignored if bCopy=FALSE or LC_PROP_G_AUTOUNSELECT=TRUE. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| If the global property LC_PROP_G_AUTOUNSELECT is set to TRUE then the selection will be cleared after the function. |
| lcEntMove |